.container-box {
    position: relative;
    height: unset;
    background: #82a6a759;
    border-radius: 3px;
    width: 100%;
    margin: 5px;
    padding: 9px 16px;
    font-size: 12px;
}

.detail-box__Title {
    display: flex;
    margin-bottom: 1rem;
}

.detail-box__DetailTitle {
    font-family: Montserrat-SemiBold, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
}

.filter_btn {
    border: 0px solid black;
    color: color(srgb 0.2872 0.3293 0.6242);
    background-color: color(srgb 0.945 0.9451 0.9452) !important;
    border-radius: 3px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding: 7px 12px;
    position: relative;
    margin-right: 0.3rem;
    font-weight: 500;
    transition: .15s ease-in-out;
    margin-bottom: 0.5rem;  
}

.filter_btn_more {
    font-size: 14px;
    cursor: pointer;
    color: #49549f;
    border: none;
    padding: 0px;
    background: none;
    /* margin-left: 20%; */
    /* margin-left: 2rem; */
}

.filter_input {
    display: initial;
    width: 80px;
    padding: 0px 12px;
    font-size: 12px;
    /* line-height: 1.42857143; */
    color: #555;
    background-color: color(srgb 0.945 0.9451 0.9452);
    background-image: none;
    border: 1px solid color(srgb 0.945 0.9451 0.9452);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 10px;
}

.filter_input:focus {
    border-color: rgb(0, 158, 211) !important;
    box-shadow: rgba(0, 185, 247, 0.5) 0px 0px 0px 2px !important;
    /* border-color: rgba(0, 104, 225, 0.8) !important;
    box-shadow: none;
    transition: 200ms ease-in-out; */
}

.form-inline .form-control {
    width: 100px;
}

/* Styling for selected filters */
.selected-filter {
background-color: #efeeee;
color: #4b8c6d;
margin-right: 5px;
padding: 5px 10px;
border-radius: 5px;
font-size: 14px;
}

.close-filter {
    cursor: pointer;
    margin-right: 10px;
    color: #2a3447;
}

/* Active state for buttons */
.active-button {
   background-color: #000000 !important;
    /* background-color: color(srgb 0.862 0.8818 0.9194); */
    color: white;
}

.active-button-for-diamond-created {
    /* background-color: #49549f !important; */
    background-color: color(srgb 0.862 0.8818 0.9194);
    color: white;
 }

.shapeFilter {
    grid-row-gap: 12px;
    grid-column-gap: 0px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    row-gap: 12px;
    width: 100%;
    /* background: rgb(220, 227, 235); */
    /* margin: 5px; */
    /* padding: 9px 21px; */

}

.shape-filter-button {
    border: 1px solid transparent;
box-shadow: 0px 4px 11px rgba(0,0,0,15%);
    align-items: center;
    /* background-color: #0000; */
    background-color: color(srgb 1 1 1);
   
    border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /* flex-direction: column; */
    margin: 0;
    outline: none;
   padding: 0px 0px 0px 0px; 
    font-family: "Gantari", "nunito sans";
}

.shape-filter-button.active {
    box-shadow: 0px 4px 11px rgba(0,0,0,15%);
    background-color:#ffffff;
    border: 1px solid black;
}

.shape-filter-button.active .bn_comp_btnText{
    color:white !important;
}



.shape-filter-button:hover {
    color:white;
    box-shadow: 0px 0px 0px rgba(0,0,0,15%);
    border: 1px solid #000000;
    background-color: #ffffff;
}

.shape-filter-button.active:hover {
    box-shadow: 0px 0px 0px rgba(0,0,0,15%);
    background-color: #ffffff;
    border: 1px solid #000000;
}

.bn_comp_iconWrapper {
    
    padding: 10px 0px;
    display: inherit;
    margin-bottom: 4px;
}

.bn_comp_btnText {
    border-top: 1px solid;
    padding: 6px;
    font-family: Montserrat-SemiBold, sans-serif;
    color: #151542;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.shape-filter-button:hover .bn_comp_btnText {
    
    background: #5b5b82;
    color:white !important;
}

.heart-icon,
.shopping {
    cursor: pointer;
}

.close-icon {
    background: rgba(112, 112, 112, 0.2);
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-left: 16px;
    font-weight: bold;
    font-size: 21px;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
}

/* Style the close icon on hover */
.close-icon:hover {
    background: rgba(0, 0, 0, 0.08);

}

.btn-simple {
    border: none;
    border-radius: 10px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 30px;
    position: relative;
    transition: .15s ease-in-out;
}


.btn-small {
    font-size:16px !important;
    border: none;
    border-radius: 2px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    
    line-height: 26px;
    padding: 6px 12px;
    position: relative;
    transition: .15s ease-in-out;
}

.btn-small[disabled], .btn-small[disabled]:hover, .btn-small[disabled]:focus {
    font-size: 16px;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
    background-color: #6c757d;
    border-color: #6c757d;
    color: rgb(255, 255, 255);
}

.btn-small:hover {
    font-size: 16px;
    /* color: #212529; */
    text-decoration: none;
}
.btn-small-primary, .btn-small-primary:focus {
    background: #2a3447;
}

.btn-small-primary {
    border-radius: 10px;
padding: 6px 30px;
    color: #fff;
    font-weight: 700;
}
.search-row{
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
}

.selected-filter-hidden{
    display: none;
}



#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 245, 245, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure it's on top of other elements */
}

.loader-inner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2a3447;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.dropbtn {
    background-color: #4D816A;
    color: white;
    padding: 2px 12px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    line-height: 26px;
    position: relative;
    transition: .15s ease-in-out;
    margin-right: 2rem;
    max-width: 116px;
  }

  .dropbtn:hover, .dropbtn:focus {
    background-color: #4D816A;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    margin-top: 0.1%;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover {background-color: #e4e0e0;}

  .show {display: block;}

  .price_div{
    padding: 0px;
  }
  .carat_div{
    padding: 0px;
    width: 44%;
  }
  .more_range{
    padding: 0px;
    margin-top: 0.5rem;
  }
  #centeredContainer {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
  @keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#advancedButton {
    /* ... other styles ... */
    animation: pulse 2s infinite; /* Add pulsing animation */
    font-size: 14px;
}

#advancedButton {
    background-color: #4D816A;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

#advancedButton:hover {
    background-color: #4D816A;
}

#advancedButton:active {
    transform: scale(0.95);
}











.ipkLBH {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


.iVPILc {
    margin-top: 3px;
}

.dCRwda {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    place-content: stretch space-between;
    -webkit-box-align: center;
    align-items: center;
}

.jfJHAY .label_text {
    width: 55px;
}


.bJnrZg {
    font-family: Montserrat-Regular, sans-serif;
    margin-right: 5px;
}

.jRLMiS {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.bvAeBm {
    margin: 0px;
    width: 80px;
}


.fMwmxp {
    font-family: Montserrat-Regular, sans-serif;
}
.jEQUTA {
    position: relative;
}
.ewgoJq {
    -webkit-box-flex: initial;
    flex-grow: initial;
    max-width: 100%;
    width: calc(100% - 0px);
    padding: 0px;
    margin: 0px;
}

.gzedgf {
    /* background: rgb(253, 253, 253); */
    max-width: 100%;
    width: 100%;
    height: 30px;
    margin: 3px 0px;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid rgb(204, 214, 226) !important;
    padding: 0px 10px !important;
    font-size: 1.1rem !important;
    border-radius: 3px !important;
}


.dVkpJl {
    position: absolute;
    right: 8px;
    top: 9px;
    color: rgb(128, 128, 128);
    font-family: Montserrat-Light, sans-serif;
    font-size: 1.1rem;
    font-style: italic;
}

.hJHaxt {
    padding: 0px 3px;
}

.filter-result{
    display: flex;
    flex-wrap:  wrap;
    line-height: 2.5;
}

.check-container{
    display: flex;
    align-items: self-end;
}
.check_input{
    height: 18px !important;
    width: 20%;
    cursor: pointer;
}
.check_label{
    font-size: 12px;
    cursor: pointer;
    margin:0px;
}

.finish-container{
    display: flex;
    align-items: baseline;
}
.finish-lablel{
    font-size:14px;
    margin-right: 1rem;
}
.finish-select{
    margin-right: 1rem;
    width: 100%;
}
.shape_image{
    height: 50px !important;
    width: 50px !important;
}


.fancy-container {
    /* display: flex; */
    flex-wrap: wrap;
    position: relative;
}

.icon-container {
    margin: 0 15px 0 10px;
    height: 78px;
}

.fancy-container .icon-container .icon {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container .icon {
    background-repeat: no-repeat;
    background-position: center;
    height: 43px;
    width: 40px;
}

.icon-container .icon {
    color: #2a3447;
}

.vi {
    font-family: "VDB" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancy-container .icon-container .icon-label {
    padding-bottom: 10px;
}

.shape-base-label, .argyle-base-label, .carat-base-label, .color-base-label, .fancy-base-label, .clarity-base-label, .cut-pol-sym-base-label, .cut-pol-sym, .fluor-base-label, .lab-base-label, .location-base-label, .supplier-base-label, .depth-base-label, .budget-base-label, .treatment-base-label, .table-base-label, .ratio-base-label, .measurement-base-label, .growth-base-label, .certification-base-label .clarity-enhanced-label span, .hpht-label span, .drill-label span, .inc-base-label, .inc-clrt-blk-brn, .stones-base-label, .discount-base-label {
    font-size: 13px;
    color: #292735;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.fancy-container .btn-pills {
    width: 85%;
    display: flex;
    /* justify-content: center; */
}

.fancy-container .btn-pills .btn-group {
    width: 94%;
    align-items: center;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}




.fancy-container .btn-pills .btn-group .added-border {
    border-right: 1px solid rgba(48, 56, 97, 0.2) !important;
}


.fancy-container .btn-pills .btn-group button {
    width: 33.3%;
    height: 35px;
    background-color: #4D816A;
    color: white;
    border-color: unset;
    border: 1px solid rgba(48, 56, 97, 0.2);
    border-top: 0;
    box-shadow: 0 2px 4px 0 rgba(48, 56, 97, 0.2);
    outline: none;
    position: relative;
    font-size: 14px;
}




.fancy-container .btn-pills .btn-group button .switch_checkmark_white {
    color: #2a3447;
    font-weight: bolder;
    margin-right: 5px;
}


.fancy-container .fancy-selected > div:not(:last-child) {
    margin-right: 5px;
}

.fancy-container .fancy-selected > div {
    width: 33.3%;
    height: 81px;
    color: #9B9B9B;
    background-color: #DBDBDF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancy-container .fancy-selected > div .selected-fancy-colors {
    display: flex;
    align-items: center;
    justify-content: center;
}


.fancy-container .fancy-selected > div .selected-fancy-colors .cover {
    margin-bottom: 0;
    width: 60px;
}

.fancy-container .cover {
    height: 83px;
    /* margin-bottom: 15px; */
}

.cover {
    width: 83px;
    display: flex;
    flex-direction: column;
    align-items: center;
}






.fancy-container .fancy-selected > div .selected-fancy-colors .cover .circle {
    border: 3px solid;
    border-color: #2a3447;
}



.fancy-container .cover .circle {
    background-color: #FFFFFF;
    background-color: var(--option_btn_off_color, #FFFFFF) !important;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.circle {
    height: 48px;
    display: inline-flex;
    border-radius: 50%;
    width: 48px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.29);
    box-shadow: var(--show_hide_shadow_type_one, 1px 1px 0 0 rgba(0, 0, 0, 0.29)) !important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a {
    cursor: pointer;
}

a {
    -webkit-appearance: none !important;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}


.fancy-container .fancy-selected {
    width: 100%;
    display: flex;
    /* margin: 0 10px; */
}

.fancy-container .fancy-color-container .colors {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}




.fancy-container .fancy-overtone-container.expanded {
    z-index: 999;
    height: auto;
    border: 1px solid;
    border-color: #2a3447;
}

.fancy-container .fancy-overtone-container {
    display: flex;
    width: 79.8% !important;
    height: 81px;
    padding: 10px 0 10px;
    overflow: hidden;
    position: absolute;
    /* top: 78px; */
    background-color: #f1f3f7;
}

.expanded {
    overflow: visible !important;
    z-index: 1 !important;
    width: 540px !important;
}


.fancy-container .fancy-overtone-container.expanded .overtones {
    width: 100%;
    justify-content: flex-start;
}


.fancy-container .fancy-overtone-container .overtones {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: flex-start;
}


.fancy-container .fancy-overtone-container.expanded .overtones .pill {
    margin: 5px;
}

.fancy-container .fancy-overtone-container .overtones .pill {
    height: 22px;
    display: flex;
    width: 22%;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.29);
    cursor: pointer;
    background-color: #FFFFFF;
    color: #2a3447;
}


.fancy-container .fancy-intensity-container.expanded {
    z-index: 999;
    height: auto;
    border: 1px solid;
    border-color: #2a3447;
}

.fancy-container .fancy-intensity-container {
    display: flex;
    width: 79.8% !important;
    height: 81px;
    padding: 10px 0;
    overflow: hidden;
    position: absolute;
    /* top: 78px; */
    background-color: #f1f3f7;
}


.fancy-container .fancy-intensity-container.expanded .intensities {
    width: 100%;
    justify-content: flex-start;
}


.fancy-container .fancy-intensity-container .intensities {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
}


.fancy-container .fancy-intensity-container.expanded .intensities .pill {
    margin: 5px;
}

.fancy-container .fancy-intensity-container .intensities .pill {
    height: 22px;
    display: flex;
    width: 22%;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.29);
    background-color: #FFFFFF;
    color: #2a3447;
}


.fancy-container .show-more {
    display: block;
    width: 50px;
    height: 78px;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}


.fancy-container .show-less {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    font-size: 8px;
    position: absolute;
    right: 30px;
    bottom: 0;
}


/* Common styles for all colors */
.fancy-color {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 56px;
}

/* Individual color classes */
.fancy-color.yellow {
    background-image: url("../storage/media/colors/yellow.png");
}

.fancy-color.orange {
    background-image: url("../storage/media/colors/orange.png");
}
.fancy-color.pink {
    background-image: url("../storage/media/colors/pink.png");
}

.fancy-color.blue {
    background-image: url("../storage/media/colors/blue.png");
}

.fancy-color.green {
    background-image: url("../storage/media/colors/green.png");
}
.fancy-color.brown {
    background-image: url("../storage/media/colors/brown.png");
}
.fancy-color.red {
    background-image: url("../storage/media/colors/red.png");
}
.fancy-color.white {
    background-image: url("../storage/media/colors/white.png");
}
.fancy-color.violet {
    background-image: url("../storage/media/colors/violet.png");
}
.fancy-color.purple {
    background-image: url("../storage/media/colors/purple.png");
}
.fancy-color.gray {
    background-image: url("../storage/media/colors/gray.png");
}
.fancy-color.olive {
    background-image: url("../storage/media/colors/olive.png");
}
.fancy-color.black {
    background-image: url("../storage/media/colors/black.png");
}
.fancy-color.other {
    background-image: url("../storage/media/colors/other.png");
}


.fancy-container .fancy-color-container.expanded {
    z-index: 999;
    height: auto;
    border: 1px solid;
    border-color: #2a3447;
}


.fancy-container .fancy-color-container {
    display: flex;
    width: 79.8% !important;
    height: 81px;
    padding: 10px 0;
    overflow: hidden;
    position: absolute;
    /* top: 78px; */
    background-color: #f1f3f7;
}

.fancy-container .btn-pills .btn-group button.selected {
   background-color: #f1f1f1;
color: #000000 !important;

}

.fancy-container .cover .circle.selected-fancy {
    border: 3px solid;
    border-color: #2a3447;
}

.fancy-container .overtones .pill.selected-button {
    border: 3px solid;
    border-color: #2a3447;
}

.fancy-container .intensities .pill.selected-button {
    border: 3px solid;
    border-color: #2a3447;
}

/* Style for the disabled div */
.disabled-div {
    opacity: 0.5; /* Reduce opacity to indicate disabled state */
    pointer-events: none; /* Disable pointer events to prevent interaction */
    /* Add any other styles as needed */
  }

  /* Style for disabled child elements within the div */
  .disabled-div * {
    pointer-events: none; /* Disable pointer events on child elements */
    /* Add any other styles as needed */
  }


.filter-color-button{
    grid-row-gap: 12px;
    grid-column-gap: 1px;
    column-gap: 2px;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    row-gap: 12px;
    width: 80%;
}

.diamond-button-container{
    padding: 7px 0px 1px 12px;
    /* background-color: #f1f1f1; */
    border-radius: 8px;
   
    display: flex;
justify-content: center;

}
.diamond-created{
    background-color: #4D816A;
    border: 0px solid black;
    border-radius: 8px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding: 8px 20px;
    position: relative;
    margin-right: 0.3rem;
    font-weight: 500;
    transition: .15s ease-in-out;
    margin-bottom: 0.5rem;
    color: white;
}
.diamond-created:hover{
    color:black;
    background-color: color(srgb 0.862 0.8818 0.9194);
}
.diamond-created.active-button:hover{
    background-color: color(srgb 0.862 0.8818 0.9194);
}

.diamond-created.active-button-for-diamond-created{
    background-color: color(srgb 0.862 0.8818 0.9194);
    color:black !important;
}



.diam-heading {
    font-size: 19px;
    color:black;
    text-align:center;
    margin-bottom:20px;
font-weight: 600
}

#searchButton {
    font-size: 16px !important;
}

#resetButton {
    
background-color: rgb(241, 241, 241) !important;
color: color(srgb 0.2872 0.3293 0.6242) !important;
font-size: 14px;
}

input:not([type=checkbox]):not([type=radio]):not([type=select-multiple]):not([type=select-one]):not(.search-diamond-input) {
font-size: 12px !important; 
}


.fancy-color-head {
    font-size:14px;
}

.finish-select {
    color: black;
font-size: 12px;
background: color(srgb 0.945 0.9451 0.9452);
}
/* search css */
.diamond-search-icon{
    position: absolute;
    top: 62%;
    left: 4%;
    background-color: #4D816A;
    color: white;
    padding: 1%;
    border-radius: 5px;
}
.autocomplete {
    position: relative;
    display: inline-block;
  }
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .autocomplete-dropdown{
    overflow-x: auto;
    height: 185px; 
    width: 96%;
    margin-left: 2%;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4;
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .memo_buy_hold{
    background-color: #4D816A;
    border: 0px solid black;
    border-radius: 8px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding: 8px 20px;
    position: relative;
    margin-right: 0.3rem;
    font-weight: 500;
    transition: .15s ease-in-out;
    margin-bottom: 0.5rem;
    color: white
  }
  .memo{
    background-color: #49549F;
    border: 0px solid black;
    border-radius: 8px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding: 8px 14px;
    position: relative;
    margin-right: 0.3rem;
    font-weight: 500;
    transition: .15s ease-in-out;
    margin-bottom: 0.5rem;
    color: white
  }
  #attributeTable{
    font-size: 14px;
  }
  .product_cart{
    background-color: #49549F;
    border: 0px solid black;
    border-radius: 8px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding: 2px 2px;
    position: relative;
    margin-right: 0.3rem;
    font-weight: 500;
    transition: .15s ease-in-out;
    margin-bottom: 0.5rem;
    color: white;
    width: 40%
  }
  .paginate_button{
    border: 1px solid #e9e9e9;
    float: left;
    margin-left: -1px;
    padding: 8px;
    transition: .2s ease-in-out;
    cursor: pointer;
    color: black;
}
.ifram-custom-button{
    margin-top: 47px;
    margin-bottom: 0;
}
#products-table #DataTables_Table_0_length.dataTables_length{
    width: 100%;
}
.dataTables_info{
    width: 100%;
}
.filter-button-pointer-custom{
    grid-template-columns: repeat(9, 1fr);
}
@media(max-width: 1199px){
    .filterGridCustom{
        grid-template-columns: repeat(10, 1fr);
    }
    .filterGridCustom2{
        grid-template-columns: repeat(10, 1fr);
    }
    .product-image-gallery {
        width: 100%;    

    }
    .product-details-info {
        width: calc(100% - 0px) !important;
    }
    .image_vedio_iframe {
        width: 100%;
        height: 550px;
    }
}
@media(max-width: 993px){
    .filterGridCustom{
        grid-template-columns: repeat(8, 1fr);
    }
    .filterGridCustom2{
        grid-template-columns: repeat(8, 1fr);
    }
    .colFullContainer{
        width: 100% !important;
    }
    .claritybuttonContainer{
        flex-wrap: wrap;
    }
    .clarityCheckContainer{
        max-width: 33%;
    }
    .filter-color-button {
        grid-template-columns: repeat(8, 1fr);
    }
  .colFullContainer{
    width: 60% !important;
  }
  .product-image-gallery {
    width: 100%;    

    }
    .product-details-info {
        width: calc(100% - 0px) !important;
    }
    .filter-button-pointer-custom{
       grid-template-columns: repeat(5, 1fr);
    }
}
@media(max-width: 768px){
    .filterGridCustom{
        grid-template-columns: repeat(6, 1fr);
    }
    .filterGridCustom2{
        grid-template-columns: repeat(6, 1fr);
    }
    .colFullContainer{
        width: 100% !important;
    }
    .claritybuttonContainer{
        flex-wrap: wrap;
    }
    .clarityCheckContainer{
        max-width: 33%;
    }
    .fancy-container .fancy-intensity-container .intensities .pill {
       
        width: 42%;
    }
    .fancy-container .fancy-intensity-container.expanded .intensities {
        justify-content: center;
    }
    .fancy-container .fancy-overtone-container.expanded .overtones {
        width: 100%;
        justify-content: center;
    }
    .fancy-container .fancy-overtone-container .overtones .pill {
        width: 29%;
       
    }
}
@media(max-width: 600px){
    .filterGridCustom{
        grid-template-columns: repeat(4, 1fr);
    }
    .filterGridCustom2{
                grid-template-columns: repeat(4, 1fr);
    }
    .customColFull{
        width: 80% !important;
        max-width: 80% !important;
        flex: 0 0 80% !important;
    }
    #colorDiv.custom_col_full{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .color_more_btn_div{
        width: 100%;
    }
    .filter_btn_more{
        margin-top: 0.5rem !important;
    }

    .color_more_btn_div {
        flex: 100% !important;
        max-width: 100% !important;
    }
    .filter-color-button {
        
        grid-template-columns: repeat(7, 1fr);
        width: 100%;
    }
    .colFullContainer{
        width: 100% !important;
    }
    .claritybuttonContainer{
        flex-wrap: wrap;
    }
    .clarityCheckContainer{
        max-width: 33%;
    }
    .fancy-container .fancy-intensity-container .intensities .pill {
       
        width: 42%;
    }
    .fancy-container .fancy-intensity-container.expanded .intensities {
        justify-content: center;
    }
    .fancy-container .fancy-overtone-container.expanded .overtones {
        width: 100%;
        justify-content: center;
    }
    .fancy-container .fancy-overtone-container .overtones .pill {
        width: 29%;
       
    }
    .d-none-mobile{
        display: none;
    }
    .search-row-button{
        justify-content: center;
    margin: 0;
    }
    .search-row-button button{
        margin-right: 5px !important;
    }
    .row-hide-custom .col-md-4 p{
        margin-bottom: 0;
    }
    .column-space-bottom{
        margin-bottom: 10px;
    }
    #products-table #DataTables_Table_0_length.dataTables_length{
        width: 100%;
    }
    .dataTables_info{
        width: 100%;
    }
    .product-modal-custom .product-details-info {
        width: calc(100% - 0px);
    }
    #productModal .modal-dialog.modal-lg{
        max-width: 95% !important;
    width: 95% !important;
    margin: auto !important;
    }
    .ifram-custom-button {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .image_vedio_iframe {
        width: 100%;
        height: 400px;
    }
    .row-custom-container{
        margin-left: 0;
        margin-right: 0;
    }
    .filter-button-pointer-custom{
      grid-template-columns: repeat(3, 1fr);
    }
}
.horizontal-megamenu > .nav-item > .nav-link{
    color: #4b8c6d !important;
}

.sidebar-menu>li>a>.fas {
    line-height: 19px;
    width: 20px;
}
.fluid-menu-content{
    display:none;
}

.shape-filter-button.active .bn_comp_btnText {
    
    background: #000000;
}
.horizontal-megamenu.mega-menu>.fluid-menu>.fluid-menu-wrap{
    display: none !important;
}

.btn-add-to-cart:disabled {
    background-color: #383838;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.65;
}


